home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / connect / gc101 / logon002.scr < prev    next >
Encoding:
Text File  |  1993-07-30  |  203 b   |  13 lines

  1. ; Sample logon script
  2. ECHO Attempting to Logon to CompuServe
  3. SEND ^C
  4. WAIT :
  5. SEND ^U&USERID;TTY\&PASSWORD^M
  6. WAIT RESERVED
  7. %ECHO Logon Successful
  8. @ECHO Logon UnSuccessful
  9. @QUIT
  10. SEND ^P
  11. WAIT !
  12.  
  13.